From ab7507150bd026a44b6eefe9d51125496bacd532 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 17 Mar 2019 07:20:53 +0100 Subject: [PATCH] Doc comment fixup --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 46f8eb7f45..d676af17f4 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -13183,7 +13183,7 @@ gtk_widget_set_focus_child (GtkWidget *widget, * * Returns the current focus child of @widget. * - * Returns: (nullable): (transfer none): The current focus child of @widget, + * Returns: (nullable) (transfer none): The current focus child of @widget, * or %NULL in case the focus child is unset. */ GtkWidget * -- 2.30.2